home *** CD-ROM | disk | FTP | other *** search
/ The Best of Down Under Games / The Best of Down Under Games.iso / 3dfx Screen Savers / VoodooLights / Sources / win.h < prev   
C/C++ Source or Header  |  1997-07-12  |  194b  |  11 lines

  1. #ifndef _WIN_H_
  2. #define _WIN_H_
  3.  
  4.  
  5. extern void win_MessageBox( Bool Fatal, char *Title, char *Body ) ;
  6.  
  7. // extern void win_DestroyWindow() ;
  8.  
  9. extern void win_printf(char *msg) ;
  10.  
  11. #endif